home *** CD-ROM | disk | FTP | other *** search
- on moviecheck
- set xxx to 1
- set runt to [:]
- set ring to the labelList
- set rink to []
- repeat with yyy = 1 to the number of lines in ring
- add(rink, line yyy of ring)
- end repeat
- set xxxstop to count(rink)
- repeat while xxx < (xxxstop - 1)
- set which to getAt(rink, xxx)
- set nrex to getAt(rink, xxx + 1)
- set trill to ramNeeded(marker(which), marker(nrex) - 1)
- if trill > 1000000 then
- addProp(runt, which, trill)
- end if
- set xxx to xxx + 1
- end repeat
- put runt
- end
-